All Questions
Tagged with angularjstwitter-bootstrap
5,014 questions
0votes
0answers
174views
How to use Bootstrap 3 and bootstrap 5 together
We are in the process of upgrading an angularJS 1.5 application to angular 15 with the help of hybrid angular (both frameworks will work together till the conversion is finished). For styling, ...
0votes
2answers
546views
Installing bootstrap and font-awesome in angular
I have tried installing bootstrap and font-awesome in angular app but it's not working. I used npm install --save bootstrap font-awesome and I added the bootstrap and font-awesome in the angular.json ...
0votes
1answer
107views
Bootstrap modal on Iphone - blank space
Hi im using a bootstrap modal and when opened the modal on an iphone and tap to write, the phone keyboard shows up and i noticed that a blank space at the bottom is added, anyone experienced this ...
0votes
0answers
25views
ng click does not work in custom modal and function not firing
I have created a customized modal, but when I run ng-Click does not work and it's not firing the function. commonService.modalDialog({ state: 'default', ...
0votes
1answer
1kviews
How to pass values / Parameters in the Bootstrap modal
I want to make something like a cancel button, when user click on that cancel button it will open a modal to ask "Are you sure you want to cancel the task" and if user press "Ok" ...
0votes
0answers
49views
How do I execute a function if array items from two arrays are not the same?
I have two arrays viz. Transferto and Transfersfrom with elements checking and savings in dropdown list. I like to execute handleSubmit function if the values are not same e.g. Transfer from checking ...
5votes
4answers
215views
AngularJS ng-include
I am facing problem below upon using the ng-inculde in angularJS. The bootstrap burger icon is not working. But if i'm not using the ng-include it works perfectly fine. Did I do something wrong?. Is ...
1vote
0answers
20views
Capturing url from email click to be used after the user logs in
I have an MVC asp.net web application using bootstrap and angularjs that requires the user to log in. On occasion, we will send the user an email with links to detail info on the site. When we click ...
0votes
1answer
116views
AngularJS Bootstrap checkbox not checking on click
I have a checkbox I am using in my AngularJS/Bootstrap application and the issue i'm facing is that when I click on it when it's unchecked, it's not showing the checkmark. The toggleVal() method is ...
1vote
1answer
554views
How to align elements inside a row differently
I have a container inside which the child elements have col-md-2 and col-lg-3 classes applied and the data gets added dynamically.What i want to do is on the large screen if there are 3 columns ...
0votes
1answer
57views
CSS: How to place a <script> element on the page
I am developing a web application using AngularJS. I have a problem: in an HTML page I needed to show a table that dynamically show the number of rows based on a user's choice. I achieved this effect ...
0votes
2answers
651views
angularJS change form input border color on error
This is my first time using bootstrap and angularJS and I have created a login form . If my username does not have the correct length I display an error under the input . However I also want to change ...
1vote
0answers
49views
Old App: Angular v1.7 and Bootstrap 3 - Missing Navbar Item
Context: I'm supporting an older blockchain explorer for ShiftNrg. We are migrating to a newer blockchain platform. Till then I need to support this old code base that I inherited from the old team. ...
0votes
1answer
121views
change other ng-model value from select. ng-change the right way? AngularJS
<select data-ng-init="selectedItem='previewWidth = 1920; previewHeight = 1080'" data-ng-model="selectedItem" data-ng-change="GetNewData(); {{selectedItem}}"> <...
1vote
1answer
34views
Bootstrap4 menu toggle collapse is not working in AngularJs 1.x
Navbar toggle menu is opening but not closing. I have tried all the ways given here and others also to rectify this bug. But doesn't help me. My code as follows: <nav class="navbar navbar-...